home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / Demos / Secrets of the Luxor® Demo / intromov / 00007.ls < prev    next >
Encoding:
Text File  |  1996-05-01  |  288 b   |  15 lines

  1. on startMovie
  2.   global ginv
  3.   cursor(200)
  4.   sdset()
  5.   set the volume of sprite 2 to 256
  6.   set the keyUpScript to "go to the frame + 1"
  7.   set the mouseDownScript to "go to the frame + 1"
  8. end
  9.  
  10. on stopMovie
  11.   global ginv
  12.   set the keyUpScript to EMPTY
  13.   set the mouseDownScript to EMPTY
  14. end
  15.